PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations.a3d Package / PDF3DStream Class / setOnInstantiate Method
The JavaScript code that is executed when the 3D stream is instantiated.
In This Topic
    setOnInstantiate Method
    In This Topic
    Sets the JavaScript code that is executed when the 3D stream is instantiated.
    Syntax
    public void setOnInstantiate( 
       PDFJavaScriptBlock script
    )

    Parameters

    script
    The JavaScript code that is executed when the 3D stream is instantiated.
    See Also